text/template/parse.Tree.pipeline (method)
6 uses
text/template/parse (current package)
parse.go#L418: return t.newAction(token.pos, token.line, t.pipeline("command", itemRightDelim))
parse.go#L454: func (t *Tree) pipeline(context string, end itemType) (pipe *PipeNode) {
parse.go#L526: pipe = t.pipeline(context, itemRightDelim)
parse.go#L635: pipe := t.pipeline(context, itemRightDelim)
parse.go#L667: pipe = t.pipeline(context, itemRightDelim)
parse.go#L790: return t.pipeline("parenthesized pipeline", itemRightParen)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)